home *** CD-ROM | disk | FTP | other *** search
-
-
- NOTE:THIS FILE IS TO BE USED WITH WEATHER BANK AND GTPOWERCOMM
- WEATHER BANKS NUMBER IS ON THE WX PROGRAM FILES
-
- BEEP
- BEEP
- BEEP
- CLEAR
- EMULATE TRUE
- SEND "|"
- WAIT "+"
- SEND " |"
- WAIT "+"
- CAPTURE
- SEND "RADAR/L|"
- WAIT "+"
- REM I found out that with GT terminal, you must configure the path
- REM of the capture buffer to the diretory where you want the file
- REM Radar.Dat to go. You must do this using the ALT-I and then go to
- REM the section for miscellanous set-up commands. If you try to save
- REM the capture buffer to any other directory than the one in the set-up
- REM menu, you seem to get an error.
- CAPTURE RADAR.DAT
- REM The next line could say "SEND OFF|" if you want to log off the
- REM system but I like to have the option to stay on and look around
- REM for a few minutes.
- SEND "|"
- BEEP
- REM The purpose of the next line is to put the capture buffer back on
- REM so any data will be again captured.
- CAPTURE
-
-